home *** CD-ROM | disk | FTP | other *** search
- -----------------------------------------------------------------------------
-
- IMAGEFX DEVELOPER KIT
- Release 2.0
-
- Revised for ImageFX 2.0
- Last Updated 2/18/95
-
-
- -----------------------------------------------------------------------------
-
- INTRODUCTION
-
-
- This directory contains developer information for use in creating modules
- and hooks for the ImageFX image processing system. Included is example source
- code and documentation for creating most types of modules (there's more source
- code than documentation, actually).
-
- See the "DISTRIBUTION" file for distribution information and a hefty amount
- of disclaimers.
-
- See the "ASSUMPTIONS" file for assumptions made about your system (assigns
- and such) throughout this directory.
-
- The SAS directory contains developer stuff for use with the SAS compiler.
- Most of the makefiles and such have been updated to work with SAS 6.5. (If you
- find a "tmkfile", you can usually just rename it to "smakefile" and use it with
- smake. "tmk" is my in-house make utility.)
-
- Chances are there will not be any Aztec or DICE support coming from Nova
- Design. However, there should be enough information to make stubs and such
- yourself though (fds, source code, etc.).
-
- Everything else should be compiler independant. *Should* be.
-
- I have tried to make sure this stuff compiles without all the pre-compiled
- header files I tend to use... but there are no guarantees I haven't missed
- something. So if you see lots of undefined symbols popping up, throw in some
- more include files and see if that fixes it.
-
- Comments or questions about this developer kit may be directed via. email to
- Nova Design (see the 2.0 manual for email addresses).
-
- Good luck and have fun!
-
- - Tom
-
-